home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / J-M / MH Power Scripts v1.3.cpt / MH Power Scripts v1.3 / card_8138.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  80 lines

  1. -- card: 8138 from stack: in.3
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2663
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=282 top=56 right=78 bottom=382
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Ask
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   Ask "Hi there, mind if I ask what you are going to be doing" && "today?" & Return & Return & "These dialog boxes have more room!"
  23. end mouseUp
  24.  
  25.  
  26. -- part 3 (button)
  27. -- low flags: 00
  28. -- high flags: A003
  29. -- rect: left=282 top=92 right=114 bottom=382
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Answer
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   Answer "Hi there, mind if I ask what you are going to be doing" && "today?" & Return & Return & "These dialog boxes certainly leave" && "enough room for comments!"
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 4 (field)
  46. -- low flags: 01
  47. -- high flags: 0004
  48. -- rect: left=384 top=47 right=62 bottom=444
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 3
  53. -- text size: 9
  54. -- style flags: 0
  55. -- line height: 12
  56. -- part name: See Script
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   edit script of card button "ask"
  60. end mouseUp
  61.  
  62.  
  63. -- part contents for background part 8
  64. ----- text -----
  65. Card 8 of 20
  66.  
  67. -- part contents for background part 9
  68. ----- text -----
  69. ANSWER, ASK Dialogs
  70.  
  71. The Answer and Ask Dialog boxes are much larger than the normal size dialogs that come with HyperCard.
  72.  
  73. To use the bigger sized dialog boxes, you need to copy the DLOG and DITL Resources from this stack, into whatever stacks (or your HyperCard program for all stacks) you wish to use.
  74.  
  75.  
  76.  
  77.  
  78. -- part contents for card part 4
  79. ----- text -----
  80. See Script